Builder

class Builder : GeneratedMessage.Builder<BuilderT> , MeshProtos.MqttClientProxyMessageOrBuilder

This message will be proxied over the PhoneAPI for the client to deliver to the MQTT server
Protobuf type meshtastic.MqttClientProxyMessage

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Bytes
bytes data = 2;
Link copied to clipboard

Whether the message should be retained (or not)
bool retained = 4;
Link copied to clipboard

Text
string text = 3;
Link copied to clipboard

The MQTT topic this message will be sent /received on
string topic = 1;
Link copied to clipboard
open fun getData(): ByteString

Bytes
bytes data = 2;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
open fun getRetained(): Boolean

Whether the message should be retained (or not)
bool retained = 4;
Link copied to clipboard
open fun getText(): String

Text
string text = 3;
Link copied to clipboard
open fun getTextBytes(): ByteString

Text
string text = 3;
Link copied to clipboard
open fun getTopic(): String

The MQTT topic this message will be sent /received on
string topic = 1;
Link copied to clipboard
open fun getTopicBytes(): ByteString

The MQTT topic this message will be sent /received on
string topic = 1;
Link copied to clipboard
open fun hasData(): Boolean

Bytes
bytes data = 2;
Link copied to clipboard
open fun hasText(): Boolean

Text
string text = 3;
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.MqttClientProxyMessage.Builder
Link copied to clipboard

Bytes
bytes data = 2;
Link copied to clipboard

Whether the message should be retained (or not)
bool retained = 4;
Link copied to clipboard

Text
string text = 3;
Link copied to clipboard

Text
string text = 3;
Link copied to clipboard

The MQTT topic this message will be sent /received on
string topic = 1;
Link copied to clipboard

The MQTT topic this message will be sent /received on
string topic = 1;